home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / ccs16 / csfpmain.dfm / csfpmain.txt
Encoding:
Text File  |  1996-09-15  |  2.3 KB  |  111 lines

  1. object MainForm: TMainForm
  2.   Left = 99
  3.   Top = 97
  4.   Width = 535
  5.   Height = 300
  6.   Caption = 'Patient Management'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object csNotebook1: TcsNotebook
  15.     Left = 28
  16.     Top = 24
  17.     Width = 473
  18.     Height = 217
  19.     TabFont.Color = clWindowText
  20.     TabFont.Height = -13
  21.     TabFont.Name = 'System'
  22.     TabFont.Style = []
  23.     TabHeight = 25
  24.     TabOrder = 0
  25.     TabsPerRow = 6
  26.     TextAlignment = taCenterMiddle
  27.     OnPageChanged = csNotebook1PageChanged
  28.     OnPageChanging = csNotebook1PageChanging
  29.     object TcsPage
  30.       Left = 3
  31.       Top = 28
  32.       Caption = '&Patient'
  33.       object csFormPanel1: TcsFormPanel
  34.         Left = 0
  35.         Top = 0
  36.         Width = 467
  37.         Height = 186
  38.         Align = alClient
  39.         BevelOuter = bvNone
  40.         Caption = 'csFormPanel1'
  41.         TabOrder = 0
  42.       end
  43.     end
  44.     object TcsPage
  45.       Left = 3
  46.       Top = 28
  47.       Caption = '&History'
  48.       object csFormPanel2: TcsFormPanel
  49.         Left = 0
  50.         Top = 0
  51.         Width = 467
  52.         Height = 186
  53.         Align = alClient
  54.         BevelOuter = bvNone
  55.         Caption = 'csFormPanel2'
  56.         TabOrder = 0
  57.       end
  58.     end
  59.     object TcsPage
  60.       Left = 3
  61.       Top = 28
  62.       Caption = 'P&rocs'
  63.       object csFormPanel3: TcsFormPanel
  64.         Left = 0
  65.         Top = 0
  66.         Width = 467
  67.         Height = 186
  68.         Align = alClient
  69.         BevelOuter = bvNone
  70.         Caption = 'csFormPanel3'
  71.         TabOrder = 0
  72.       end
  73.     end
  74.     object TcsPage
  75.       Left = 3
  76.       Top = 28
  77.       Caption = '&Codes'
  78.       object csFormPanel4: TcsFormPanel
  79.         Left = 0
  80.         Top = 0
  81.         Width = 467
  82.         Height = 186
  83.         Align = alClient
  84.         BevelOuter = bvNone
  85.         Caption = 'csFormPanel4'
  86.         TabOrder = 0
  87.       end
  88.     end
  89.     object TcsPage
  90.       Left = 3
  91.       Top = 28
  92.       Caption = 'C&omps'
  93.       object csFormPanel5: TcsFormPanel
  94.         Left = 0
  95.         Top = 0
  96.         Width = 467
  97.         Height = 186
  98.         Align = alClient
  99.         BevelOuter = bvNone
  100.         Caption = 'csFormPanel5'
  101.         TabOrder = 0
  102.       end
  103.     end
  104.     object TcsPage
  105.       Left = 3
  106.       Top = 28
  107.       Caption = '&Blank'
  108.     end
  109.   end
  110. end
  111.